WIP: Client app — shadcn UI + Neon Postgres#25
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Departure-board wayfinding, derived slot status, localStorage persistence, auto-advance after judging, and production-safe mock handling so judges can walk a venue without placeholder noise. Co-authored-by: Cursor <cursoragent@cursor.com>
Read ?code=J42 from URL, persist to hc-judge-code, thread judgeId through portal state, and show a non-blocking header notice when missing. Co-authored-by: Cursor <cursoragent@cursor.com>
Upsert on (judge_id, stream_id, project_id), reconcile on client_timestamp, and demote judging_sync_log to append-only audit. Co-authored-by: Cursor <cursoragent@cursor.com>
streamProgress excludes skips from judged numerator. Header, completion banner, and dock show separate counts. Skip flow includes optional reason chips. Co-authored-by: Cursor <cursoragent@cursor.com>
Notes POST 400ms after typing stops, keyed by judge+project+stream. serverNow from config API sets clientServerDeltaMs for slot derivation. Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
CTA disabled state styling plus judge notice, skip picker, and recessed skip button spacing. Co-authored-by: Cursor <cursoragent@cursor.com>
… edge cases. Replace window.confirm with warm-paper reset panel. Hero degrades gracefully when a project has zero or multiple slots. Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Offline sync hook, schedule offset, supporting components, admin controls, and README aligned with judgments sync store and critique fixes. Co-authored-by: Cursor <cursoragent@cursor.com>
…ive layout (hamburger thing) need to fix still minor styling + other pages on volunteer dashboard
Amy/volunteer sponsor
…or varied submissions, RLS policies, schema definitions, test submissions table, and TypeScript configuration.
faizm10
marked this pull request as ready for review
July 16, 2026 02:44
…opment # Conflicts: # client/.gitignore # client/app/admin/layout.tsx # client/app/admin/schedule/page.tsx # client/app/judging/page.tsx # client/app/layout.tsx # client/app/sponsor/page.tsx # client/app/volunteer/page.tsx # client/components/admin/admin-nav.tsx # client/components/admin/schedule-manager.tsx # client/components/portal-stub.tsx # client/components/ui/dialog.tsx # client/drizzle.config.ts # client/lib/fonts.ts # client/lib/queries.ts # client/lib/schedule.ts # client/package-lock.json # client/package.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Sets up the new Next.js
client/app's UI foundation and database connection.components.json,lib/utils, and fonts fromfrontend/; pulled in the shadcn component library@neondatabase/serverlessclient with lazy init inclient/lib/db.ts(readsDATABASE_URL, safe at build time)/api/db-checkroute to confirm the connection@hugeicons/*to matchfrontend, resolvedspinner.tsxprop-spread type errorNotes / TODO
DATABASE_URLlives inclient/.env.local(gitignored) — must be added to Vercel/CI env before deploynpm run buildpasses locally🤖 Generated with Claude Code